Skip to content

ci: simplify workflows — CI for PRs, release on tag#13

Closed
alexei-led wants to merge 1 commit intomasterfrom
simplify-workflows
Closed

ci: simplify workflows — CI for PRs, release on tag#13
alexei-led wants to merge 1 commit intomasterfrom
simplify-workflows

Conversation

@alexei-led
Copy link
Copy Markdown
Owner

Changes

  • CI workflow: removed push: branches: [master] trigger — runs on PRs only
  • Release workflow: renamed build-release.yamlrelease.yaml, replaced repository_dispatch + workflow_dispatch with simple push: tags: v* trigger
  • Version is now derived from GITHUB_REF_NAME instead of manual input

Usage

  • CI: automatically runs on every PR to master
  • Release: git tag v2.42 && git push origin v2.42 — that's it

No more cron, no more manual dispatch, no more repository_dispatch. Tag it and forget it.


🤖 Automated response by Marvin • alexei-led

- Remove push-to-master trigger from CI (PRs only)
- Replace repository_dispatch + workflow_dispatch with tag trigger (v*)
- Rename build-release.yaml → release.yaml
- Derive version from GITHUB_REF_NAME instead of manual input

Co-authored-by: Marvin <[email protected]>
@alexei-led
Copy link
Copy Markdown
Owner Author

Superseded by direct commits to master. Workflows simplified and release 2.41.3 already published. 🤖

@alexei-led alexei-led closed this Feb 16, 2026
@alexei-led alexei-led deleted the simplify-workflows branch February 16, 2026 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant